XML Einrichten Version 1.3
PriceQualifier Simple Type
XML Einrichten Version 1.3 : PriceQualifier Simple Type
Beschreibung
Codes zu Preisangabe
Codeliste:
AAA = Netto Preis
AAB = Brutto Preis
INF = Preisnformation. Nicht berechneter Preis
Namensraum (none)
Typ
Restriction of xs:string
Diagramm
PriceQualifier Simple Type
Overview
PriceQualifier Restriction of xs:string
Codes zu Preisangabe
Codeliste:
AAA = Netto Preis
AAB = Brutto Preis
INF = Preisnformation. Nicht berechneter Preis
Facette (Aspekt)
MaxLength3
Quelle
<xs:simpleType name="PriceQualifier" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation xml:lang="de">
      <dl>
        <dt>Codes zu Preisangabe</dt>
        <dt>Codeliste: </dt>
        <dt>AAA = Netto Preis</dt>
        <dt>AAB = Brutto Preis</dt>
        <dt>INF = Preisnformation. Nicht berechneter Preis</dt>
      </dl>
    </xs:documentation>
    <xs:documentation xml:lang="en">
      <dl>
        <dt>Codes for definition of pricetypes</dt>
        <dt>Code list: </dt>
        <dt>AAA = Net price</dt>
        <dt>AAB = Gross price</dt>
        <dt>INF = Imformation only. not billed</dt>
      </dl>
    </xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:maxLength value="3" />
    <!-- <xs:enumeration value="AAA"> </xs:enumeration> -->
    <!-- <xs:enumeration value="AAB"> </xs:enumeration> -->
    <!-- <xs:enumeration value="INF"> </xs:enumeration> -->
  </xs:restriction>
</xs:simpleType>
Siehe auch
XML Einrichten Version 1.3